home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
dir
/
dopuslharexx2
/
arexx
/
stoplhahandler.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-07-01
|
320b
|
17 lines
/*rx
*
* StopLhAHandler - close down the LhaHandler by sending the 'CLOSE' command
* to it's message port (if it exists)
*
* $VER: StopLhAHandler 40.1 (23/05/94) by Geoff Seeley
*
* Usage: StopLhAHandler (from ARexx)
*
*/
if show('p', 'LHALIST.1') then do
address 'LHALIST.1' 'CLOSE'
end